Cast uints to ints in geometry calculations. This should prevent FP
authorOwen Taylor <otaylor@redhat.com>
Mon, 1 Feb 1999 21:05:32 +0000 (21:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 1 Feb 1999 21:05:32 +0000 (21:05 +0000)
commita512f0b8419e248b557e5d4bc44017dcb26d2a19
tree9112ce874d33ac4a7b955feaeb66cec9a4ccad94
parent2e2d959bff134631c63eeeae637a1f3d203342ff
Cast uints to ints in geometry calculations. This should prevent FP

Mon Feb  1 14:54:28 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtklabel.c (gtk_label_expose): Cast uints
  to ints in geometry calculations. This should
  prevent FP exceptions on FreeBSD when quantities
  become negative. [ Actually, this is probably
  a workaround with a gcc bug with handling of
  bitfields, according to Ben Jackson <ben@ben.com> ]
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtklabel.c